ViewService.showAlert Method

Shows an alert to the user (message with an 'ok' button).
 

Parameters

message

Type: String
The message to show the user.
type

Type: NotifyType
(optional) The type of alert to show.
Optional: True
title

Type: String
(optional) A title for the alert.
Optional: True

Return Value


Type: jQuery.Promise
A promise object that is resolved when the user presses 'ok'. 

Examples